type go.uber.org/zap/zapcore.counter

4 uses

	go.uber.org/zap/zapcore (current package)
		sampler.go#L34: type counter struct {
		sampler.go#L39: type counters [_numLevels][_countersPerLevel]counter
		sampler.go#L45: func (cs *counters) get(lvl Level, key string) *counter {
		sampler.go#L65: func (c *counter) IncCheckReset(t time.Time, tick time.Duration) uint64 {